flowboxchild: Use gtk_widget_measure to measure widget sizes
authorTimm Bäder <mail@baedert.org>
Fri, 17 Feb 2017 17:20:12 +0000 (18:20 +0100)
committerTimm Bäder <mail@baedert.org>
Fri, 17 Feb 2017 17:23:10 +0000 (18:23 +0100)
commit0675fce5067b77ecc4d9ad6e311d8f64700754e7
treef5781bccefeb0100e82ffe90c9dc98f6c93fe6cb
parent8165b641cd1c215b3eb5f3178db3d28fc2ed62d5
flowboxchild: Use gtk_widget_measure to measure widget sizes

GtkFlowBoxChild is a simple GtkBin, so measure the child widget size in
a simple way.
gtk/gtkflowbox.c